home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / WarriorsProgress.sit / Warrior’s Progress / source code / Source / Libraries / Screen Parts / NoScreenPart.cp < prev    next >
Text File  |  1997-06-28  |  141b  |  10 lines

  1. // NoScreenPart.cp
  2.  
  3. #ifndef NoScreenPart_h
  4. #include "NoScreenPart.h"
  5. #endif
  6.  
  7. void NoScreenPart::Click( const MouseDownEvent& ) const
  8.   {
  9.   }
  10.